Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
mvdan.cc/gofumpt v0.8.0 -> v0.9.2 age confidence

Release Notes

mvdan/gofumpt (mvdan.cc/gofumpt)

v0.9.2

Compare Source

v0.9.1

Compare Source

This is a bugfix release to address a regression in detecting
comment directives with special characters such as //golangcitest:config_path.

v0.9.0

Compare Source

This release is based on Go 1.25's gofmt, and requires Go 1.24 or later.

A new rule is introduced to "clothe" naked returns for the sake of clarity.
While there is nothing wrong with naming results in function signatures,
using lone return statements can be confusing to the reader.

Go 1.25's ignore directives in go.mod files are now obeyed;
any directories within the module matching any of the patterns
are now omitted when walking directories, such as with gofumpt -w ..

Module information is now loaded via Go's x/mod/modfile package
rather than executing go mod edit -json, which is way faster.
This should result in moderate speed-ups when formatting many directories.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Sep 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.0 chore(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from 8661825 to f52a19f Compare September 7, 2025 17:46
@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.1 chore(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed Sep 9, 2025
@renovate renovate bot closed this Sep 9, 2025
@renovate renovate bot deleted the renovate/mvdan.cc-gofumpt-0.x branch September 9, 2025 02:29
@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed chore(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 9, 2025
@renovate renovate bot reopened this Sep 9, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from a118a11 to f52a19f Compare September 9, 2025 04:37
@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.1 chore(deps): update module mvdan.cc/gofumpt to v0.9.2 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from f52a19f to 7f71c91 Compare October 22, 2025 01:10
@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.41.0 -> v0.43.0
golang.org/x/mod v0.27.0 -> v0.29.0
golang.org/x/net v0.43.0 -> v0.46.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.35.0 -> v0.37.0
golang.org/x/term v0.34.0 -> v0.36.0
golang.org/x/text v0.28.0 -> v0.30.0
golang.org/x/tools v0.36.0 -> v0.38.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant